home *** CD-ROM | disk | FTP | other *** search
INI File | 2007-01-23 | 896 b | 29 lines |
- ; Smart CD Autorun Launcher
- ; by Dipl.-Ing. Stefan Krueger
- ; <skrueger@usa.net>
-
- [Application]
-
- ;Change "yourapp.exe" to the title name for executable
- RegKey="Software\Microsoft\Windows\CurrentVersion\App Paths\YourApp.exe"
-
- ; Should application be started automatically if it is already installed?
- ; (Boolean: 0 or 1)
- Start=0
-
- [Setup]
- ; Specify absolute path to your main setup program. The drive letter (with
- ; colon) will be prepended automatically
- ; You can also add command line parameters. Example:
- ; Run=\setup\setup.exe /SMS
- ; Do not use long file names!
- Run=\setup.exe
-
- ; Specify your setup's window class. Required to prevent launching of multiple
- ; instances of setup if CD is removed and re-inserted during installation.
- ; WindowClass=InstallShield_Win
- WindowClass=Wise_Win
-
-
- ; Additionally specify your setup's window title (optional)
- ;WindowTitle=Setup